--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit a26dfe3b7b421e95d3b1e75fc59e8a1e9da9e895
Parents : ce91cab
Author : Mark Qvist <mark@unsigned.io>
Date : 2022-10-04T09:32:38+02:00
Version and dependency update
Changes
Diff
diff --git a/LXMF/_version.py b/LXMF/_version.py
index a23ef3f..da942bc 100644
--- a/LXMF/_version.py
+++ b/LXMF/_version.py
@@ -1 +1 @@
-__version__ = "0.1.8"
\ No newline at end of file
+__version__ = "0.1.9"
\ No newline at end of file
diff --git a/setup.py b/setup.py
index 0402bb8..3a09309 100644
--- a/setup.py
+++ b/setup.py
@@ -20,6 +20,6 @@ setuptools.setup(
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
- install_requires=['rns>=0.3.12'],
+ install_requires=['rns>=0.3.13'],
python_requires='>=3.6',
)
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────